home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 196
- Top = 154
- BorderStyle = bsDialog
- Caption = 'Please Enter Your Name and Email Address'
- ClientHeight = 286
- ClientWidth = 419
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object StaticText1: TStaticText
- Left = 16
- Top = 16
- Width = 385
- Height = 49
- AutoSize = False
- Caption =
- 'You must enter the following information in order to continue. ' +
- 'Please enter true and accurate information. The information you ' +
- 'provide will be used only by R.I. Soft Systems, and will never b' +
- 'e given out.'
- TabOrder = 0
- end
- object StaticText2: TStaticText
- Left = 85
- Top = 88
- Width = 57
- Height = 17
- Caption = 'First Name:'
- TabOrder = 1
- end
- object StaticText3: TStaticText
- Left = 85
- Top = 120
- Width = 58
- Height = 17
- Caption = 'Last Name:'
- TabOrder = 2
- end
- object StaticText4: TStaticText
- Left = 69
- Top = 152
- Width = 73
- Height = 17
- Caption = 'Email Address:'
- TabOrder = 3
- end
- object FirstName: TEdit
- Left = 149
- Top = 88
- Width = 201
- Height = 21
- TabOrder = 4
- end
- object LastName: TEdit
- Left = 149
- Top = 120
- Width = 201
- Height = 21
- TabOrder = 5
- end
- object email_address: TEdit
- Left = 149
- Top = 152
- Width = 201
- Height = 21
- TabOrder = 6
- end
- object submit: TButton
- Left = 172
- Top = 224
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 7
- OnClick = submitClick
- end
- object StaticText5: TStaticText
- Left = 184
- Top = 176
- Width = 152
- Height = 17
- Caption = 'example: yourname@aol.com'
- TabOrder = 8
- end
- object StatusBar1: TStatusBar
- Left = 0
- Top = 267
- Width = 419
- Height = 19
- Panels = <>
- SimplePanel = False
- SizeGrip = False
- end
- object NMHTTP1: TNMHTTP
- Port = 0
- ReportLevel = 0
- Body = 'Default.htm'
- Header = 'Head.txt'
- InputFileMode = False
- OutputFileMode = False
- ProxyPort = 0
- Left = 376
- Top = 208
- end
- end
-